From: Eli Zaretskii Date: Sat, 13 Sep 2003 09:48:43 +0000 (+0000) Subject: Documentation (comments-only) fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25558 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7f2313dca95afdb0fecee66ea17e39b705d327d3;p=emacs.git Documentation (comments-only) fix. --- diff --git a/lisp/hl-line.el b/lisp/hl-line.el index f55b9625d2b..8b372f281c3 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -25,8 +25,8 @@ ;;; Commentary: -;; Provides a buffer-local minor mode (toggled by M-x hl-line-mode) -;; and a global minor mode (toggled by M-x global-hl-line-mode) to +;; Provides a local minor mode (toggled by M-x hl-line-mode) and +;; a global minor mode (toggled by M-x global-hl-line-mode) to ;; highlight, on a suitable terminal, the line on which point is. The ;; global mode highlights the current line in the selected window only ;; (except when the minibuffer window is selected). This was @@ -52,10 +52,6 @@ ;; selected window. (It does so rather than keeping track of changes ;; in the selected window). -;; You could make variable `global-hl-line-mode' buffer-local and set -;; it to nil to avoid highlighting specific buffers, when the global -;; mode is used. - ;;; Code: (defgroup hl-line nil